home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / Movie / Source / Projectionist.h < prev    next >
Text File  |  1993-12-07  |  273b  |  23 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. #import "MovieView.h"
  7.  
  8. @interface Projectionist:Object
  9. {
  10.     id movieView;
  11.     id    window;
  12.     id    panel;
  13. }
  14.  
  15. -init;
  16. -open:sender;
  17. -play:sender;
  18. -(MovieView *)movieView;
  19. -(Window *)window;
  20. -(Panel *)panel;
  21.  
  22. @end
  23.